home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / opus100b.arc / ARCLOG.ARC / ARCLOG.DOC next >
Encoding:
Text File  |  1987-02-26  |  1.3 KB  |  26 lines

  1. ARCLOG 1.00  --  2-20-87 by Rick Huebner, Matrix node 14/614
  2. Copyright 1987 Rick Huebner  (released for non-commercial use)
  3.  
  4.  
  5. You must specify at least one of the following:
  6.    /LOG=logfile     (logfile to archive data from; defaults to OPUS.LOG)
  7.    /KEEP=days       (number of days to keep in logfile; defaults to 14)
  8.    /FILEDAYS=days   (number of days per archived file; defaults to 7)
  9.    /ARCDAYS=days    (number of days per .ARC file; defaults to 28)
  10.    /XCMND=command   (.ARC file extract command; defaults to 'ARC X @A @F')
  11.    /UCMND=command   (.ARC file update command; defaults to 'ARC U @A @F')
  12.  
  13.    where 'command' is a quoted string which describes the command to be
  14.    used to extract or update the archived log files.  Put '@A' in the
  15.    place where the .ARC file name belongs, and '@F' in the place where
  16.    the name of the file to be extracted or updated will go.  For instance:
  17.      /XCMND='PKXARC/R @A -@F'
  18.      /XCMND='ARCE D:\STORAGE\@A @F /R'
  19.      /UCMND='PKARC U ..\LOGS\@A @F'
  20.  
  21.    ARCLOG expects to be able to delete the archived file itself after
  22.    executing UCMND, so use the Update option, not Move.  ARCLOG will copy
  23.    log entries to be kept into a temporary file, which is then renamed to
  24.    replace the original log file; therefore, the logfile being processed must
  25.    be on the current default disk drive.
  26.